projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8870ec5
)
Adwaita: Reduce the solid csd borders
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Aug 2020 12:45:46 +0000
(08:45 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 5 Aug 2020 12:47:00 +0000
(08:47 -0400)
Reduce the borders we draw ourselves for solid csd
to 1 pixel. It still doesn't look great, but at least
it doesn't look outright broken.
Fixes: #2997
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 270784bb5dd36a3408c4e2dbaf60f4489a09a08d..b33455d53917260948772d0b1d2e2f96030f35b5 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-3783,7
+3783,7
@@
window {
&.solid-csd {
margin: 0;
padding: 0;
- border: solid 1
4
px $borders_color;
+ border: solid 1px $borders_color;
border-radius: 0;
box-shadow: inset 0 0 0 3px $headerbar_color, inset 0 1px $top_hilight;